home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / Vitra.dir / 00017_Script_Fall02 < prev    next >
Text File  |  1999-03-01  |  343b  |  11 lines

  1. -- Fall02
  2.  
  3. on beginSprite me
  4.   set the puppet of sprite the currentSpriteNum to TRUE
  5.   
  6. on prepareFrame me
  7.   if the locV of sprite the currentSpriteNum > 600 then
  8.     set the locV of sprite the currentSpriteNum to 1
  9.   else set the locV of sprite the currentSpriteNum to (the locV of sprite the currentSpriteNum) + 3
  10.   updateStage
  11. end